home *** CD-ROM | disk | FTP | other *** search
- LADS2COPE
- SEQ formatted GEOS file V1.0
- Epson FX-80
- Text Scrap
- LASTER'S
- ONVERTER
- COPE Source V1.1
- ed880128a
- COPE Editor V1.1
- Information on converting
- Lads files into geoCOPE files.
- A4AMANA
- B7BnB
- Method of converting LADS BASIC text format
- into a geoCOPE format.
- LADS saves it's file as a BASIC program. This first
- needs to be converted into a sequential text file
- before it can be imported into geoCOPE. Following
- are the steps necessary for the conversion.
- 1. Load the textfile into memory.
- LOAD 'FILENAME',8
- 2. Open a sequential file to the disk and save
- a 'listing' of the program.
- OPEN 2,8,2,'SEQFILENAME,S,W':CMD2:LIST
- 3. Close the file.
- PRINT #2:CLOSE2
- Now you will have a sequential file of your program on
- the disk. Use TransText to convert it into a geoCOPE
- text file. Use the ASCII FORM.
-